Solution: GambitSecurity
Browse: 🏠 · Solutions · Connectors · Methods · Tables · Content · Parsers · ASIM Parsers · ASIM Products · Logic Apps · 📊
| Attribute | Value |
|---|---|
| Publisher | Gambit Security |
| Support Tier | Partner |
| Support Link | https://gambit.security/ |
| Categories | Security - Cloud Security |
| Version | 3.0.0 |
| Author | Gambit Security |
| First Published | 2026-07-01 |
| Last Updated | 2026-07-30 |
| Solution Folder | GambitSecurity |
| Marketplace | Azure Marketplace · Popularity: ⚪ Very Low (0%) |
The Gambit Security solution for Microsoft Sentinel enables you to push Gambit Security policy issues into Microsoft Sentinel. Each issue is denormalized with resource, affected-system, and policy context so security teams can triage and promote high-severity issues to incidents directly in Microsoft Sentinel.
This solution provides 1 data connector(s):
This solution uses 1 table(s):
| Table | Used By Connectors | Used By Content |
|---|---|---|
GambitPoliciesIssues_CL |
Gambit Security Policy Issues (Push) | Analytics |
This solution includes 2 content item(s):
| Content Type | Count |
|---|---|
| Analytic Rules | 1 |
| Parsers | 1 |
| Name | Severity | Tactics | Tables Used |
|---|---|---|---|
| Gambit Security - Critical Policy Issue Promotion | High | Impact | GambitPoliciesIssues_CL |
| Name | Description | Tables Used |
|---|---|---|
| GambitPoliciesIssues | - | GambitPoliciesIssues_CL (read) |
📄 Source: GambitSecurity/README.md
The Gambit Security solution ingests policy issues from Gambit Security into Microsoft Sentinel using the Codeless Connector Framework (CCF) Push model.
Gambit Security pushes each policy issue as an already-shaped record into the GambitPoliciesIssues_CL table. Every row is denormalized with the context needed to triage the issue without a join:
ResourceDisplayId, ResourceType, HostPlatform, Environment.AffectedSystems (array of system display names impacted by the issue).PolicyId, PolicyName, PolicyDescription, PolicyCategories, Severity, BusinessImpacts, RemediationSteps.State (Active / Resolved / Removed), IssueStatus, CreatedAt, LastEvaluationTime.Records are append-only; each issue is re-emitted as its state changes. Gambit performs the field mapping, so the Data Collection Rule uses a pure passthrough transform (transformKql: source).
GambitPoliciesIssues is a saved function that returns the latest row per issue:
GambitPoliciesIssues_CL
| summarize arg_max(TimeGenerated, *) by IssueId
IssueId is the dedup key — always query through the GambitPoliciesIssues parser to see current issue state rather than the raw append-only table.
Gambit Security - Critical Policy Issue Promotion is a scheduled rule (1-day frequency/period) that promotes any Active, High-severity issue to a Microsoft Sentinel incident:
GambitPoliciesIssues
| where State == "Active" and Severity == "High"
It maps ResourceDisplayId to Host and Azure Resource entities and surfaces PolicyName, PolicyCategories, IssueStatus, AffectedSystems, Environment, and RemediationSteps as custom incident details.
Deploy the connector from the Microsoft Sentinel Content Hub. The Deploy button provisions the GambitPoliciesIssues_CL table, the Data Collection Rule and Endpoint, and an Entra app registration granted Monitoring Metrics Publisher on the DCR. The connector page then surfaces the five credentials (Tenant ID, Application ID, Application Secret, Data Collection Endpoint URI, Data Collection Rule Immutable ID) and the stream name (Custom-GambitPoliciesIssues) that Gambit Security consumes to push issues.
| Version | Date Modified (DD-MM-YYYY) | Change History |
|---|---|---|
| 3.0.0 | 01-07-2026 | Initial release: Gambit Security Policy Issues push connector. |
Browse: 🏠 · Solutions · Connectors · Methods · Tables · Content · Parsers · ASIM Parsers · ASIM Products · Logic Apps · 📊